-
Notifications
You must be signed in to change notification settings - Fork 274
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(express): implement EdDSA commitments for external signer #3661
feat(express): implement EdDSA commitments for external signer #3661
Conversation
d9aa01f
to
a5d73dd
Compare
a5d73dd
to
1cd350b
Compare
e732111
to
1ba74f0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Flushing queue
1ba74f0
to
d468e16
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Flushing as I don't have much context on eddsa commitments unfortunately and also seems there is no files owned by my teams
This change has been tested. LGTM |
|
||
const signerShare = signingKey.yShares[bitgoIndex].u + signingKey.yShares[bitgoIndex].chaincode; | ||
const bitgoGpgKey = await getBitgoGpgPubKey(this.bitgo); | ||
const bitgoToUserEncryptedSignerShare = await encryptText(signerShare, bitgoGpgKey); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: I think this should be userToBitgoEncryptedSignerShare
d468e16
to
2a38dba
Compare
implemented EdDSA commitment step for external signer added unit test WP-94
2a38dba
to
52ccfe7
Compare
implemented EdDSA commitment step for external signer added unit test
WP-94